﻿/* CSS Document */
html {
	overflow-x: hidden;
}
.content {
	font-family: Arial, 宋体;
	overflow: hidden;
}
.cjshow, .talents,.about, .download, .tjprobox2, .pfirst, .psbox, .searchbox, .ftbox, .headbox, .ntopbox, .newsdetail, .ntjbox, .navboxs, .news, .contact {
	width: 987px;
	margin: 0 auto;
}
.head {
	position: relative;
	z-index: 110;
 +height:105px;
	background: #fff;
}
.headbox .hright {
	float: right;
 +width:609px;
}
.headbox .cnen {
	background: url(../images/border.png) no-repeat center;
	text-transform: uppercase;
	color: #a0a0a0;
	font-size: 14px;
	display: block;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	float: right;
	margin-left: 18px;
	margin-right:-18px;
}
.headbox .sbut {
	cursor: pointer;
}
.nav .navlist li {
	float: left;
	padding: 0 20px;
	background: url(../images/navmark.jpg) no-repeat center right;
	line-height: 105px;
	cursor: pointer;
}
.nav .navlist .selected a {
	color: #0c4993;
}
.nav .navlist .select a {
	color: #0c4993;
}
.nav .navlist .llast {
	background: none;
}
.headbox .hlink {
	float: right;
	margin-top: 34px;
 +width:90px;
}
.headbox .hlink .backyd{
	background:url(../images/backbg.jpg) no-repeat center;
	width:84px;
	text-align:center;
	color:#a0a0a0;
	height:36px;
	line-height:36px;
	padding-left:18px;
	display:inline-block;
	float:right;
}
.nav {
	float: right;
	margin-right: 25px;
	font-size: 14px;
}
.nav .navlist a {
	color: #7d7d7d;
}
.banner {
	position: relative;
	z-index: 10;
}

.main {
	padding: 50px 0;
}
.ibox {
	width: 1005px;
	margin: 0 auto;
}
.hd {
	text-align: center;
	margin-bottom: 30px;
}
.tjproduct li {
	float: left;
	width: 25%;
}
.tjproduct li .mod {
	margin: 0 10px;
}
.tjproduct li .media {
	background: #ededed;
	text-align: center;
	padding: 10px 10px;
	margin-bottom: 10px;
	height: 212px;
	position: relative;
}
.tjproduct li .m {
	border: 1px solid #fff;
	height: 212px;
}
.tjproduct li .m img {
	margin-top: 30px;
}
.tjproduct li .m a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 100;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
.new, .hot, .newen, .hoten {
	position: absolute;
	right: 10px;
	top: 10px;
	height: 46px;
	width: 46px;
	display: block;
}
.new {
	background: url(../images/new.png) no-repeat center;
}
.newen {
	background: url(../images/newen.png) no-repeat center;
}
.hot {
	background: url(../images/hot.png) no-repeat center;
}
.hoten {
	background: url(../images/hoten.png) no-repeat center;
}
.tjproduct li .con span {
	display: block;
	text-align: center;
	line-height: 20px;
	color: #737373;
	height: 20px;
	font-size: 12px;
	overflow: hidden;
}
.tjproduct li .m a:hover {
	background: #ffc221;
	opacity: 0.93;
	filter: alpha(opacity=93);
}
.tjproduct li .m .mbox {
 +border:1px solid #fff;
 +height:210px;
 +width:200px;
 +margin:10px auto;
 +cursor:pointer;
	border: 1px solid #fff\9;
	height: 210px\9;
	width: 210px\9;
	margin: 10px auto\9;
	cursor: pointer\9;
}
.tjproduct li .m .mbox::before, .tjproduct li .m .mbox::after {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	content: '';
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.tjproduct li .m .mbox::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	border: none\9;
}
.tjproduct li .m .mbox::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	border: none\9;
}
.tjproduct li .m .mk {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	background: url(../images/more.png) no-repeat center;
	display: block;
	width: 54px;
	margin: 0 auto;
	height: 54px;
	margin-top: 70px;
 +margin-top:60px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tjproduct li .m .n {
	text-align: center;
	color: #fff;
	font-size: 14px;
	display: block;
	opacity: 0;
	margin-top: 10px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
.tjproduct li .m:hover {
	border: 1px solid #ededed;
}
.tjproduct li .m:hover .mbox::before, .tjproduct li .m:hover .mbox::after {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.tjproduct li .m:hover .mk, .tjproduct li .m:hover .n {
	opacity: 1;
	filter: alpha(opacity=100);
}
.ibox {
	margin-bottom: 25px;
}
.ibox2 {
	width: 1011px;
	margin: 0 auto;
}
.inews li {
	float: left;
	width: 33.333%;
}
.inews li .mod {
	margin: 0 13px;
	width: 311px;
}
.inews li .m {
	height: 206px;
	border-bottom: 2px solid #ffb502;
}
.inews li .con {
	border: 1px solid #ededed;
	border-top: none;
	padding: 20px;
	text-align: center;
}
.inews li .con .mark {
	text-align: center;
	margin-top: -50px;
	margin-bottom: 5px;
}
.inews li .t {
	background: url(../images/line3.jpg) no-repeat center bottom;
	padding-bottom: 5px;
	font-size: 14px;
	height: 30px;
	margin-bottom: 5px;
	overflow: hidden;
}
.inews li .t a {
	color: #8f8e8e;
}
.inews li .t a:hover {
	color: #0c4993;
}
.inews li .date {
	color: #bab8b8;
}
.conbox {
	color: #8f8e8e;
}
.inews li .conbox {
	height: 25px;
	overflow: hidden;
}
.footer {
	background: #0c4993;
	position: relative;
}
.fttop {
	background: url(../images/ftbg.jpg) repeat-x center;
	height: 39px;
	padding: 42px 0;
}
.ftbox {
	color: #e7e7e7;
 +position:relative;
 +z-index:100;
}
.ftbox .li01 {
	padding-right: 27px;
	padding-left: 10px;
}
.ftbox .fli {
	background: url(../images/line.png) no-repeat right center;
	float: left;
	height: 41px;
	line-height: 41px;
}
.ftbox .li03 {
	background: none;
	width: 165px;
	text-align: right;
}
.ftbox .copy {
	width: 493px;
	text-align: center;
}
.ftbox a {
	color: #e7e7e7;
}
.footer a:hover {
	color: #fff;
}
.down {
	background: url(../images/show.png) no-repeat center;
	height: 64px;
	width: 64px;
	position: absolute;
	left: 50%;
	margin-left: -32px;
	top: -32px;
	cursor: pointer;
}
.downen {
	background: url(../images/showen.png) no-repeat center;
	height: 64px;
	width: 64px;
	position: absolute;
	left: 50%;
	margin-left: -32px;
	top: -32px;
	cursor: pointer;
}
.up {
	background: url(../images/hide.png) no-repeat center;
}
.upen {
	background: url(../images/hideen.png) no-repeat center;
}
.ftcon {
	display: none;
	padding: 20px 0;
}
.ftlink {
	background: rgba(0, 0, 0, 0) url("../images/line4.png") repeat-y left top;
    float: left;
    margin-right: 18px;
}
.ftlink li {
	float: left;
	background: url(../images/line4.png) repeat-y right top;
	padding: 0 45px;
	height: 249px;
}
.ftlink li.en {
	padding: 0 36px;
}
.ftlink li .tt {
	color: #fff;
}
.ftlink li .li a {
	color: #98a8c7;
}
.ftlink li .li a:hover {
	color: #fff;
}
.ftlink li .li {
	line-height: 25px;
}
.ftinfo {
	margin-left: 660px;
}
.ftinfo .ewm .c {
	background: #cacaca;
	text-align: center;
	color: #888a8e;
}
.ftinfo .ewm {
	width: 128px;
	float: left;
}
.ftinfo .con {
	color: #fff;
    margin-left: 168px;
}
.ftinfo .con .cmore {
	border: 1px solid #386aa6;
	margin: 5px 0;
}
.ftinfo .con .cmore a {
	display: block;
	height: 26px;
	padding: 0 38px 0 10px;
	line-height: 26px;
	color: #fff;
	background: url(../images/arrow.jpg) no-repeat right center;
}
.search {
	background: url(../images/mc.png) repeat;
	position: absolute;
	width: 100%;
	padding: 13px 0;
	top: 105px;
	left: 0;
	z-index: 100;
	display: none;
}
.stxt {
	float: left;
	width: 877px;
	height: 36px;
	line-height: 36px;
	color: #989797;
	border: none;
	padding: 0 10px;
	background: url(../images/textbg.png) repeat;
}
.sbut2 {
	background: #0c4993;
	color: #fff;
	float: left;
	width: 90px;
	border: none;
	cursor: pointer;
	color: #fff;
	text-align: center;
	line-height: 36px;
	height: 36px;
}
.navbox {
	background: #f7f7f7;
	padding: 25px 0;
	width: 100%;
	top: 105px;
	left: 0;
	z-index: 110;
	position: absolute;
	display: none;
}
.ntitle .t {
	display: none;
}
.ntitle .ts {
	display: block;
}
.navbox .ntitle {
	margin-right: 750px;
	text-align: left;
	padding-top: 25px;
}
.navbox .navcon {
	width: 583px;
	float: right;
	display:none;
}
.navbox .navcon .li {
	float: left;
	border-right: 1px solid #d9d8db;
	margin-right: 59px;
	padding-right: 20px;
}
.navbox .navcon .llast {
	border-right: none;
}
.navbox .navcon3 .li {
	float: right;
	border-left: 1px solid #d9d8db;
	margin-left: 20px;
	border-right:none;
	padding-left: 59px;
}
.navbox .navcon3 .llast {
	border-left: none;
}
.navbox .navcon .li .t {
	color: #0c4993;
	margin-bottom: 5px;
	font-size: 14px;
}
.navbox .navcon .li .lis {
	float: left;
	padding-right: 10px;
	width: 101px;
}
.navbox .navcon .li .lis a {
	color: #878787;
	font-size: 12px;
}
.navbox .navcon .lis a:hover {
	color: #0c4993;
}
.navbox .navcon .ncontact {
	float: right;
}
.ncontact a {
	border: 1px solid #cfced0;
	padding: 7px 30px;
	color: #878787;
	text-align: center;
	display: inline-block;
	margin-top: 28px;
}
.navbox .navcon .llast {
	margin-right: 0;
}
.navbox .navcon2 {
	float: right;
	border-left: 1px solid #d9d8db;
	display: none;
	border-top: 1px solid #d9d8db;
 +width:755px;
}
.navbox .navcon2 li {
	float: left;
	border-right: 1px solid #d9d8db;
	border-bottom: 1px solid #d9d8db;
}
.navbox .navcon2 .name {
	display: block;
	text-align: center;
	height: 25px;
	overflow: hidden;
	color: #666666;
	padding: 0 5px;
	font-size: 12px;
}
.navbox .navcon2 li a {
	display: block;
	padding: 5px 0px;
	color: #666666;
	width: 150px;
	text-align: center;
}
.navbox .navcon2 li a:hover {
	color: #0c4993;
}
.navbox .navcon2 ul {
	float: right;
}
.rtop {
	position: absolute;
	right: 30px;
	top: -125px
}
.rtop .rtmark {
	background: #e3e3e1;
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #a9a9a9;
	display: block;
	margin-top: 5px;
	font-size: 14px;
}
/*内页*/
.nbanner {
	width: 1680px;
	position: relative;
	left: 50%;
	margin-left: -840px;
}
.hd2 {
	text-align: center;
	color: #272727;
	font-size: 22px;
	font-family: 微软雅黑;
	margin-bottom: 30px;
}
.hd2 .line {
	margin: 0 13px;
	color: #bababa;
}
.psort {
	background: url(../images/line5.jpg) repeat-x center;
	margin: 28px 0;
}
.psbox {
	text-align: center;
}
.psbox a {
	border: 1px solid #e2e2e2;
	background: #fff;
	display: inline-block;
	line-height: 29px;
	height: 29px;
	padding: 0 30px;
	color: #595959;
	font-size: 14px;
	font-family: 微软雅黑;
	margin: 5px;
	-webkit-transition: background 0.08s, border 0.2s;
	transition: background 0.08s, border 0.2s;
}
.psbox a:hover {
	background: #0c4993;
	border: 1px solid #0c4993;
	color: #fff;
}
.psbox .s {
	background: #0c4993;
	border: 1px solid #0c4993;
	color: #fff;
}
.prolist {
	width: 1000px;
	margin: 0 auto;
}
.prolist li {
	float: left;
	width: 25%;
}
.prolist li .mod {
	margin: 8px;
	border: 1px solid #e0e0e0;
}
.prolist .name {
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
}
.prolist .name a {
	padding: 5px 0;
}
.prolist .m {
	border-bottom: 4px solid #bababa;
	text-align: center;
	-webkit-transition: border 0.35s;
	transition: border 0.35s;
}
.prolist li a {
	display: block;
	color: #808080;
}
.prolist .m a {
	padding: 15px 0;
}
.prolist li:hover .m {
	border-bottom: 4px solid #0c4993;
	overflow: hidden;
}
.prolist li .m img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
.prolist li:hover .m img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.page {
	margin-top: 10px;
	padding: 14px 0 15px;
	text-align: center;
	color: #0c4993;
}
.page a {
	margin-right: 5px;
	background: url(../images/bg.jpg) no-repeat center;
	display: inline-block;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: #0c4993;
}
.page span {
	margin-right: 5px;
	background: url(../images/bg.jpg) no-repeat center;
	display: inline-block;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
}
.page span.current {
	background: url(../images/bgs.jpg) no-repeat center;
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	color: #FFFFFF;
}
.nexts {
	text-align: center;
	margin: 10px 0;
}
.prodetail .syFocusThumb .prev {
	background: url(../images/prev.jpg) no-repeat left center;
}
.prodetail .syFocusThumb .next {
	background: url(../images/prev.jpg) no-repeat right center;
}
.prodetail .syFocusThumb {
	/*    position: relative;*/
	width: 473px;
	margin: 0px auto 0;
}
.prodetail .syFocusThumb .pagination {
	clear: both;
	color: #FFFFFF;
	/*    height:129px;*/
	left: 0;
	position: absolute;
	text-align: left;
	bottom: 30px;
	width: 332px;
}
.prodetail .syFocusThumb .pagination IMG {
}
.prodetail .syFocusThumb .thumbWrap {
	/*    left: 20px;*/
	overflow: hidden;
	/*    position: absolute;
    top: 4px;*/
	width: 615px;/*	margin-left:23px;*/
}
.prodetail .syFocusThumb .thumbWrap IMG {
}
.prodetail .syFocusThumb .holder {
	width: 4000px;
}
.prodetail .syFocusThumb .holder I {
	cursor: pointer;
	margin-right: 11px;
}
.prodetail .syFocusThumb .prev {
	cursor: pointer;
	left: 5px;
	position: absolute;
	top: 30px;
	width: 10px;
	height: 45px;
}
.prodetail .syFocusThumb .next {
	cursor: pointer;
	left: 5px;
	position: absolute;
	top: 30px;
	width: 10px;
	height: 45px;
}
.prodetail .syFocusThumb .next {
	left: auto;
	right: 5px;
}
.prodetail .syFocusThumb .pagination I IMG {
	border: 1px #dfdfdf solid;
}
.prodetail .syFocusThumb .pagination I.selected IMG {
	border: 1px #0d54b1 solid;
}
.prodetail .syFocusThumb .contentdiv {
/*    height:440px;*/
}
.prodetail .syFocusThumb .contentdiv .media {
/*	padding:2px;
	border:1px #dedede solid;
	margin-bottom:5px;*/
}
.prodetail .syFocusThumb .toc IMG {
}
.prodetail .syFocusThumb .mcon {
	overflow: hidden;
	width: 690px;
}
.prodetail .syFocusThumb .mcon .sbmedia {
	float: left;
	border: 1px #dedede solid;
	margin-right: 15px;
	width: 355px;
	height: 395px;
}
.prodetail .syFocusThumb .mcon .info {
	float: left;
	width: 318px;
}
.prodetail .syFocusThumb .mcon .info th {
	background: #eee;
	border: 1px #ccc solid;
	text-align: center;
	height: 35px;
}
.prodetail .syFocusThumb .mcon .info td {
	border: 1px #ccc solid;
	height: 35px;
	padding: 0 5px;
}
.prodetail .syFocusThumb .mcon .info .cs {
	margin-top: 10px;
}
.prodetail .sbshow .syFocusThumb .contentdiv {
	height: 400px;
}
.prodetail .sbshow .syFocusThumb .pagination {
/*	height:150px;*/
}
.prodetail .sbshow .syFocusThumb .holder I {
	margin-right: 8px;
}
.prodetail .sbshow .syFocusThumb .prev {
	top: 42px;
}
.prodetail .sbshow .syFocusThumb .next {
	top: 42px;
}
.pmedia {
	float: right;
	width: 473px;
}
.pfirst {
	position: relative;
}
.pintro {
	margin-right: 605px;
	padding-top: 50px;
}
.pintro .title {
	color: #0c4993;
	font-family: 微软雅黑;
	margin-bottom: 15px;
}
.pintro .title .name {
	font-size: 30px;
	margin-bottom: 6px;
}
.pintro .title .xh {
	font-size: 14px;
}
.pintro .conbox {
	color: #7f7f7f;
	position: relative;
	height: 120px;
	overflow: hidden;
}
.pintro .conbox .yellow {
	color: #f8b61d;
	margin-right: 5px;
}
.parameter {
	width: 987px;
	margin: 20px auto;
}
.parameter .title2 {
	background: url(../images/line5.jpg) repeat-x center;
	margin-bottom: 10px;
}
.parameter .csb {
	font-family: 微软雅黑;
	border: 1px solid #eef0ef;
	margin:10px 0;
}
.parameter .csb th {
	background: #f8b51c;
	color: #000;
	font-size: 14px;
	border: 1px solid #eef0ef;
	text-transform: uppercase;
	padding: 5px 10px;
	text-align:center;
}
.parameter .csb td {
	color: #000;
	font-size: 14px;
	padding: 5px 10px;
	text-align:center;
	border: 1px solid #eef0ef;
}
.parameter .csb .l{
	padding:0 10px;
	text-align:left;
}
.parameter .csb .gray {
	background: #efefef;
	border: 1px solid #fff;
}
.tjproduct2 {
	background: #eeeff0;
	padding: 20px 0 50px 0;
	margin-bottom: -50px;
}
.tjprobox2 {
	position: relative;
}
.tjprobox2 li .mod {
	background: #fff;
}
.tjprobox2 .hd {
	text-align: left;
	margin-bottom: 10px;
}
.tjprobox2 li {
	width: auto;
}
.tjprobox2 li .mod {
	margin-right: 17px;
	margin-left: 0;
	width: 232px;
}
.nexts {
	text-align: center;
}
.tjprobox2 .prev, .tjprobox2 .next, .ntjbox .prev, .ntjbox .next {
	background: url(../images/prve2.jpg) no-repeat left center;
	width: 30px;
	height: 28px;
	display: block;
	position: absolute;
	right: 36px;
	top: 0px;
	cursor: pointer;
}
.tjprobox2 .next, .ntjbox .next {
	background: url(../images/prve2.jpg) no-repeat right center;
	right: 0;
}
.download .m {
	float: left;
	position: relative;
	left: -500px;
	opacity: 0;
}
.download .downlist {
	margin-left: 395px;
	position: relative;
	right: -500px;
	opacity: 0;
}
.downlist .mod {
	border: 1px solid #e5e5e5;
	height: 61px;
	line-height: 61px;
}
.downlist .mod .num {
	display: inline-block;
	width: 75px;
	font-size: 30px;
	color: #fff;
	font-family: Arial;
	float: left;
	text-align: center;
}
.downlist .blue {
	background: #0c4993;
}
.downlist .yellow {
	background: #ffc221;
}
.downlist .mod .c {
	display: block;
	margin-left: 75px;
	padding: 0 25px 0 32px;
	background: url(../images/down.jpg) no-repeat 95% center;
	font-size: 14px;
	color: #545353;
}
.download li {
	margin-bottom: 16px;
}
.downlist .mod .c:hover, a:hover {
	color: #0c4993;
}
.construction {
	text-align: center;
	padding: 50px 0;
}
.about {
	text-align: center;
}
.about .conbox {
	color: #898989;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 50px;
}
.about .blue {
	color: #0c4993;
	font-size: 18px;
	font-family: "微软雅黑";
}

.pgit {
	background: url(../images/mc3.png) repeat;
	padding: 43px 0;
}
.honor {
	margin-top: 40px;
}
/*.honor li {
	float: left;
	margin-right: 37px;
}
.honor li .mod {
	background: #0c4993;
	position: relative;
	overflow: hidden;
	cursor: pointer;
 +height:204px;
}
.honor li .mod .himg {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.03, 1.03, 1);
	transform: scale3d(1.03, 1.03, 1);
	opacity: 1\9\0;
}
.honor li .mod .mark::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.5;
	opacity: 0\9\0;
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.95, 1.55, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.95, 1.55, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.honor li .mod p {
	position: absolute;
	right: 0;
	text-align: center;
	width: 100%;
	top: 50%;
	margin-top: -24px;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	filter: alpha(opacity=0);
}
.honor li .mod:hover .himg {
	opacity: 0.6;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	filter: alpha(opacity=60);
}
.honor li .mod:hover .mark::before {
	-webkit-transform: scale3d(1.95, 1.55, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(1.95, 1.55, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.honor li .mod:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	filter: alpha(opacity=100);
}*/
.hbut {
	margin: 50px auto;
	background: url(../images/line5.jpg) repeat-x center;
	width: 353px;
	position: relative;
	height: 38px;
}
.hbut .prev, .hbut .next {
	background: url(../images/prve4.jpg) no-repeat left center;
	width: 38px;
	height: 38px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -38px;
	top: 0px;
	cursor: pointer;
}
.hbut .next {
	background: url(../images/prve4.jpg) no-repeat right center;
	width: 39px;
	margin-right: -38px;
	margin-left: auto;
	left: auto;
	right: 50%;
}
.culture {
	width: 987px;
	margin: 30px auto;
}
.clist {
	margin-top: 35px;
}
.clist li {
	background: url(../images/arrow2.jpg) no-repeat right center;
	margin-right: 15px;
	padding-right: 15px;
	float: left;
	position: relative;
}
.clist li .mod {
	background: url(../images/bg2.jpg) no-repeat center;
	width: 158px;
	height: 182px;
	text-align: center;
	margin-right: 15px;
	position: relative;
	color: #8d8d8d;
}
.clist li .name {
	font-size: 14px;
	padding-top: 58px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 100%;
	left: 0;
}
.clist .llast .mod, .clist .llast .mods {
	margin-right: 0;
}
.clist .name01 {
	background: url(../images/mark7.png) no-repeat center top;
}
.clist .name02 {
	background: url(../images/mark8.png) no-repeat center top;
}
.clist .name03 {
	background: url(../images/mark9.png) no-repeat center top;
}
.clist .name04 {
	background: url(../images/mark10.png) no-repeat center top;
}
.clist .name05 {
	background: url(../images/mark11.png) no-repeat center top;
}
.clist li:hover .mod {
	background: url(../images/bg2s.jpg) no-repeat center;
	color: #fff;
	width: 158px;
	height: 182px;
	text-align: center;
}
.clist .llast {
	margin-right: 0;
	background: none;
}
.clist li:hover .name01 {
	background: url(../images/mark7s.png) no-repeat center top;
}
.clist li:hover .name02 {
	background: url(../images/mark8s.png) no-repeat center top;
}
.clist li:hover .name03 {
	background: url(../images/mark9s.png) no-repeat center top;
}
.clist li:hover .name04 {
	background: url(../images/mark10s.png) no-repeat center top;
}
.clist li:hover .name05 {
	background: url(../images/mark11s.png) no-repeat center top;
}
.clist li:hover .mods {
	display: block;
}
.talents .first {
}
.talents .first .m {
	float: left;
}
.talents .first .con {
	margin-left: 496px;
	height: 159px;
	background: #f2f2f2;
	padding: 60px 51px;
}
.talents .first .con .tt {
	background: url(../images/line7.jpg) no-repeat left top;
	padding-top: 10px;
	color: #706f6f;
	font-size: 17px;
	font-family: 微软雅黑;
	margin-bottom: 15px;
}
.talents .first .con .conbox {
	text-indent: 2em;
	height: 120px;
	overflow: hidden;
	position: relative;
	padding-right: 10px;
}
.tlist {
	margin: 50px 0;
}
.tlist li {
	float: left;
	width: 25%;
	text-align: center;
	position: relative;
 +width:24.5%;
}
.tlist li .mod {
	border-right: 1px solid #e0e0e0;
	color: #949393;
	padding: 5px 0;
}
.tlist li:hover .mod {
	color: #184997;
}
.tlist .llast .mod {
	border-right: none;
}
.tlist li .name {
	display: block;
	font-size: 16px;
	padding-top: 50px;
}
.tlist .name01 {
	background: url(../images/mark12.jpg) no-repeat center top;
}
.tlist .name02 {
	background: url(../images/mark13.jpg) no-repeat center top;
}
.tlist .name03 {
	background: url(../images/mark14.jpg) no-repeat center top;
}
.tlist .name04 {
	background: url(../images/mark15.jpg) no-repeat center top;
}
.tlist li:hover .name01 {
	background: url(../images/mark12s.jpg) no-repeat center top;
}
.tlist li:hover .name02 {
	background: url(../images/mark13s.jpg) no-repeat center top;
}
.tlist li:hover .name03 {
	background: url(../images/mark14s.jpg) no-repeat center top;
}
.tlist li:hover .name04 {
	background: url(../images/mark15s.jpg) no-repeat center top;
}
.joblist li {
	float: left;
}
.joblist li .mod {
	float: left;
	width: 301px;
	background: #fff;
	margin: 20px 42px 20px 0;
}
.joblist li .llast {
	margin-right: 0;
}
.joblist .handdle {
	background: #0c4993;
	padding: 15px 25px;
}
.joblist .handdle .name {
	font-size: 14px;
	color: #fff;
	margin-right: 15px;
	overflow: hidden;
	height: 25px;
	display: block;
	float: left;
}
.joblist .handdle .adr {
	border-left: 1px solid #5977aa;
	color: #5977aa;
	font-size: 12px;
	padding-left: 5px;
}
.joblist .con {
	color: #6b6b6b;
	padding: 20px 25px;
	height: 168px;
	overflow: hidden;
}
.joblist .jbut a {
	display: block;
	float: left;
	width: 50%;
	height: 52px;
	line-height: 52px;
	text-align: center;
	color: #fff;
	font-size: 14px;
 +width:49.93%;
}
.joblist .jbut .now {
	background: #0c4993;
}
.joblist .jbut .dt {
	background: #ffc221;
}
.join {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1001;
	top: 50px;
	z-index: 1000;
	background: #fff;
	padding: 15px;
	width: 697px;
	margin: 0 auto;
	display: none;
}
.join .txt {
	width: 100%;
	border: none;
	background: #fff;
	padding: 0;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.join .name {
	text-align: center;
	font-size: 14px;
}
.join table {
	border: 1px solid #000;
}
.join td {
	border: 1px solid #000;
	text-align: left;
	line-height: 35px;
}
.join .txt2 {
	width: 20px;
	text-align: center;
	line-height: 35px;
	height: 35px;
	text-align: center;
	border: none;
	padding: 0;
	background: #fff;
}
.join .txt3 {
	width: 29px;
	text-align: center;
	line-height: 35px;
	height: 35px;
	text-align: center;
	border: none;
	padding: 0;
	background: #fff;
}
.join .year {
	text-align: center;
}
.join .name2 {
	line-height: 25px;
}
.join textarea {
	width: 98%;
	height: 130px;
	border: none;
	background: #fff;
	padding: 10px 1%;
}
.join .but {
	text-align: left;
	margin-top: 10px;
}
.join .but .sbut {
	background: #0d4a93;
	width: 87px;
	height: 32px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border: none;
	border-radius: 2px;
	text-align: center;
	line-height: 32px;
}
.join .but .closed2 {
	background: #f7c200;
	color: #fff;
	width: 87px;
	height: 32px;
	border-radius: 2px;
	display: inline-block;
	text-align: center;
	line-height: 32px;
	margin-left: 10px;
	border: none;
	cursor: pointer;
}
.float {
	background: url(../images/float.png) repeat;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
}
.jobdetail {
	background: #fff;
	padding: 60px;
	position: absolute;
	left: 0;
	top: 0;
	width: 638px;
	z-index: 1400;
	display: none;
}
.jobdetail .t {
	border-bottom: 1px solid #d9d9d9;
	color: #333333;
	font-size: 14px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.jobdetail .t .blue {
	color: #0c4993;
	font-size: 12px;
	margin-left: 10px;
}
.jobdetail .jobtable {
	border: 1px solid #e8e8e8;
	margin-bottom: 10px;
}
.jobtable td {
	border: 1px solid #e8e8e8;
	color: #787878;
	padding: 3px 10px;
}
.jobtable .gray {
	background: #fbfbfb;
}
.jobtable .name {
	text-align: center;
}
.jobdetail .conbox {
	color: #666666;
	line-height: 30px;
}
.jobdetail .tt {
	color: #0c4993;
	font-size: 14px;
}
.jobdetail .closed3 {
	background: url(../images/closed2.jpg) no-repeat center;
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}
.cjshow {
	position: relative;
}
.cjintro {
	width: 580px;
	margin: 30px auto;
	text-align: center;
	color: #868686;
	line-height: 25px;
}
.cjshow li {
	float: left;
	margin-right: 25px;
}
.cjshow li .mod {
	width: 312px;
	overflow: hidden;
}
.cjshow li .mod .name {
	background: #e7eaed;
	text-align: center;
	-webkit-transition: background 0.25s;
	transition: background 0.25s;
}
.cjshow li:hover .mod .name {
	background: #0c4993;
}
.cjshow li:hover .mod .name a {
	color: #fff;
}
.cjshow li .mod .m {
	overflow: hidden;
}
.cjshow li .mod .m img {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.cjshow li .mod .name a {
	padding: 13px 0;
	display: block;
	color: #a8aaad;
}
.cjshow li:hover .mod .m img {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.cjshow .prev, .cjshow .next {
	background: url(../images/prve5.jpg) no-repeat left center;
	width: 22px;
	height: 36px;
	display: block;
	cursor: pointer;
	position: absolute;
	left: -52px;
	top: 53%;
	opacity: 0.2;
}
.cjshow .next {
	background: url(../images/prve5.jpg) no-repeat right center;
	right: -52px;
	left: auto;
}
.cjshow .prev:hover, .cjshow .next:hover {
	opacity: 1;
}
.vedio {
	width: 987px;
	margin: 50px auto;
}
.vedio li {
	margin-right: 32px;
	float: left;
}
.vedio li .m {
	position: relative;
	height: 222px;
	overflow: hidden;
}
.vedio li .m .play {
	display: block;
	background: url(../images/float.png) repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.vedio li .m .play img {
	vertical-align: middle;
	margin-top: 79px
}
.vedio li .name {
	background: #0c4993;
}
.vedio li .name a {
	display: block;
	padding: 18px 28px;
	background: url(../images/more2.png) no-repeat right bottom;
	color: #fff;
}
.vedio li .m .s {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.vedio li:hover .m .s {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.ntop {
	border-bottom: 1px solid #e1e1e5;
	padding: 20px 0;
	margin-top: -50px;
	margin-bottom: 35px;
}
.ntopbox .back {
	float: right;
	background: url(../images/mark16.jpg) no-repeat right center;
	padding-right: 20px;
	color: #666666;
}
.ntopbox .nadr a {
	color: #666666;
	margin: 0 12px;
}
.ntopbox .nadr img {
	vertical-align: middle;
}
.ntopbox a:hover {
	color: #0c4993;
}
.ntopbox .nadr {
	margin-left: -12px;
}
.newsdetail .title3 {
	border-bottom: 1px solid #d9d9da;
	padding-bottom: 15px;
	text-align: center;
	margin-bottom: 15px;
}
.newsdetail .title3 .t {
	color: #272727;
	font-family: 微软雅黑;
	font-size: 22px;
	margin-bottom: 5px;
}
.newsdetail .title3 .time {
	color: #c8c8c9;
}
.newsdetail .title3 .time img {
	vertical-align: middle;
	margin-right: 10px;
}
.newsdetail {
	margin-bottom: 20px;
}
.npage {
	border-top: 1px solid #d9d9da;
	margin-top: 15px;
	padding-top: 15px;
	color: #8f8f8f;
}
.npage a {
	color: #8f8f8f;
}
.npage a:hover {
	color: #0c4993;
}
.ntjbox {
	position: relative;
}
.ntjbox .hd {
	text-align: left;
}
.ntjbox li {
	float: left;
	margin-right: 20px;
}
.nmod .con {
	background: #fff;
	padding: 10px 15px;
}
.nmod .con .date {
	float: left;
	margin-top: 10px;
}
.nmod .year {
	display: block;
	color: #0c4993;
	font-size: 22px;
	line-height: 22px;
}
.nmod .day {
	color: #c8c8c9;
	border-bottom: 1px solid #c8c8c9;
	margin-top: -3px;
	display: block;
}
.nmod .day img {
	vertical-align: middle;
	margin-right: 3px;
}
.nmod .cons {
	margin-left: 60px;
}
.nmod {
	width: 315px;
}
.nmod .t {
	height: 18px;
	overflow: hidden;
	margin-bottom: 5px;
}
.nmod .conbox {
	color: #a4a4a4;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.nmod .t a {
	color: #0c4993;
}
.ntopbox select {
	float: right;
	margin-left: 10px;
	border: 1px solid #e1e1e5;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	color: #666666;
}
.ntopbox .sbut3 {
	background: url(../images/search.jpg) no-repeat center;
	width: 17px;
	height: 17px;
	float: right;
	border: none;
	margin-top: 5px;
	cursor: pointer;
}
.news .first .nfl {
	float: left;
	width: 650px;
}
.news .first .nfl .con {
	background: #f7f7f7;
	padding: 25px 35px;
}
.news .nfl .t {
	font-size: 24px;
	font-family: 微软雅黑;
	margin-bottom: 8px;
	height: 33px;
	overflow: hidden;
}
.news .nfl .t a {
	color: #0c4993;
}
.news .nfl .conbox {
	color: #626566;
	height: 48px;
	margin-bottom: 5px;
}
.news .nfl .time {
	color: #c8c8c9;
}
.news .nfl .time img {
	vertical-align: middle;
	margin-right: 5px;
}
.news .nfr {
	margin-left: 672px;
}
.nfr .con {
	background: #f7f7f7;
}
.nfr li {
	margin-bottom: 13px;
}
.newslist .con {
	background: #f7f7f7;
}
.newslist li {
	float: left;
	margin-right: 21px;
}
.newslist .llast {
	margin-right: 0;
}
.newslist {
	margin-top: 10px;
}
.map {
	text-align: center;
}
.contact .title4 {
	color: #0c4993;
	font-size: 14px;
	margin-bottom: 20px;
}
.contact .title4 img {
	vertical-align: middle;
	margin-right: 12px;
}
.cinfo {
	float: left;
	position: relative;
	left: -500px;
	opacity: 0;
}
.cinfo .tt {
	color: #404040;
	font-size: 22px;
	font-family: 微软雅黑;
	margin-bottom: 20px;
}
.cinfo .c {
	color: #848484;
	padding-left: 35px;
	margin: 7px 0;
}
.cinfo .c01 {
	background: url(../images/cmark3.jpg) no-repeat left 4px;
}
.cinfo .c02 {
	background: url(../images/cmark4.jpg) no-repeat left 4px;
}
.cinfo .c03 {
	background: url(../images/cmark5.jpg) no-repeat left 4px;
}
.cinfo .c04 {
	background: url(../images/cmark6.jpg) no-repeat left 4px;
}
.cinfo .c05 {
	background: url(../images/cmark7.jpg) no-repeat left 4px;
}
.contact .cmessage {
	float: right;
	width: 604px;
	position: relative;
	right: -500px;
	opacity: 0;
}
.ctxt {
	border: 1px solid #eaeaea;
	width: 243px;
	height: 35px;
	line-height: 35px;
	color: #bfbfbf;
	padding: 0 10px 0 38px;
}
.cmessage td {
	padding: 7px 0;
}
.ctxt01 {
	background: url(../images/cmark8.jpg) no-repeat 8px center;
}
.ctxt02 {
	background: url(../images/cmark11.jpg) no-repeat 8px center;
}
.ctxt03 {
	background: url(../images/cmark9.jpg) no-repeat 8px center;
}
.ctxt04 {
	background: url(../images/cmark12.jpg) no-repeat 8px center;
}
.txtare {
	background: url(../images/cmark12.jpg) no-repeat 8px 8px;
	width: 553px;
	border: 1px solid #eaeaea;
	color: #bfbfbf;
	padding: 10px 10px 10px 38px;
	height: 81px;
}
.cbut {
	text-align: right;
}
.sbut4 {
	background: #0c4993;
	color: #fff;
	font-size: 14px;
	padding: 5px 15px;
	border: none;
	cursor: pointer;
}
.hide {
	display: none;
}
/*
*视频弹窗
*/
.videocon {
	position: absolute;
	top: 0;
	display: none;
	left: 0;
	z-index: 1110;
}
.videocon .cs {
	margin: 0 auto;
	width: 720px;
	height: 576px;
	padding: 10px;
	background: #FFF;
}
.videocon .closed {
	position: absolute;
	cursor: pointer;
	right: 0px;
	top: -20px;
	height: 51px;
}
.addword {
	font-family: Arial;
}


.ydbox{
	position: relative;
    	overflow: hidden;
}
.footer2{
	background:url(../images/footerbg.png) repeat;
	width:100%;
	padding:10px 0;
	position:absolute;
	left:0;
	border-top:1px solid #3f7bc9;
	bottom:0px;
}
.footer2 .jszc{
	float:right;
}
.footer2 .jszc img{
	vertical-align:middle;
}
.ydbox .li{
	float:left;
	width:50%;
	position:relative;
	+width:49.999%;
}
.ydbox .li a{
	display:block;
}
.ydbox .li .ydbg{
	filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
	transition:filter 1s;
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	margin-top:-100%\0;

}
.ydbox .li.selected .ydbg{
	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}
/*.ydbox .li.selected .con{
	display:block;
}*/
.ydbox .li .con{
	height:168px;
	padding:35px 5%;
	position:absolute;
	top:50%;
	width:90.1%;
	left:0;
	margin-top:-169px;
	overflow:hidden;
	width:30%;
	opacity:0;
	filter:alpha(opacity=0)
}
.ydbox .li02 .con{
	background:url(../images/iright.png) repeat;
}
.ydbox .conbox{
	line-height:25px;
	color:#fff;    padding-left: 6px;
    font-size: 12px;
}
.ydlogo{
	display:block;
	margin-top:35px;
}
.ydbox .li01 .con{
	background:url(../images/ileft.png) repeat;
	right:0;
	left:auto;
}
.ydbox .li01 .con .ydlogo{
	text-align:right;
	padding-right:122px;
}
.ydbox .li01 .con .conbox{
	width:350px;
	float:right;
	text-align:left;
}
.ydbox .li .name{
	bottom: 70px;
    display: block;
    position: absolute;
    text-align: center;
}
.ydbox .li01 .name{
	right:0;
	background:#474747;
	transition:background 0.3s ease;
}
.ydbox .li01.selected .name{
	background:#003f8f;
}
.ydbox .li02 .name{
	left:0;
	background:#8a8a8a;
	transition:background 0.3s ease;
}
.ydbox .li02.selected .name{
	background:#f8b61c;
}



.development_bd_con .list {
	float: right;
	width: 809px;
	border-left: 1px solid #0e4a93;
	padding-left: 45px;
}
.development_bd_con .list li {
	position: relative;
	transition:background 0.5s ease 0s;
	
}
.development_bd_con .list .date {
	background: url(../images/y2.jpg) no-repeat right center;
	width: 145px;
	position: absolute;
	left: -179px;
	top: 5px;
	transition:background 0.5s ease 0s;
}
.development_bd_con .list .date .y {
	display: block;
	width: 94px;
	border: 1px solid #c9c9c9;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #828282;
	transition:background 0.5s ease 0s;
	height: 35px;
}
.development_bd_con .list .con {
	margin-left: -8px;
}
.development_bd_con .list .con .conbox {
	background: url(../images/line8.jpg) repeat-y;
	width: 733px;
	position: relative;
	padding: 5px 53px 15px 33px;
	color: #6e6e6e;
	font-size: 13px;
}
.development_bd_con .list .con .dtline {
	background: url(../images/line10.jpg) no-repeat top left;
	width: 819px;
	height: 13px;
}
.development_bd_con .list .con .dfline {
	background: url(../images/line9.jpg) no-repeat bottom left;
	width: 819px;
	height: 13px;
}
.development_bd_con .list .con .conbox .arrow {
	background: url(../images/arrow5.jpg) no-repeat center;
	width: 13px;
	height: 16px;
	display: block;
	position: absolute;
	left: -8px;
	top: 3px;
}
.development_bd_con .list li:hover .date {
	background: url(../images/sy2.jpg) no-repeat right center;
}
.development_bd_con .list li:hover .y {
	background: #0e4a93;
	border: 1px solid #0e4a93;
	color: #fff;
	font-weight: bolder;
	font-size: 22px;
}
.development_bd_con .list li:hover .con .conbox {
	background: url(../images/line8s.jpg) repeat-y;
	color: #fff;
}
.development_bd_con .list li:hover .con .dtline {
	background: url(../images/line10s.jpg) no-repeat top left;
}
.development_bd_con .list li:hover .con .dfline {
	background: url(../images/line9s.jpg) no-repeat bottom left;
}
.development_bd_con .list li:hover .con .conbox .arrow {
	background: url(../images/arrow6.jpg) no-repeat center;
}
.development_bd_con .list li {
	margin: 10px 0;
}
#scrollDiv2 {
	height: 592px;
	overflow: hidden;
	+height:691px;
}
#btn3 {
	 background:url("../images/prve6.jpg") no-repeat scroll center top;
	width: 59px;
	margin-left: 103px;
	height: 56px;
	margin-bottom: 15px;
	cursor:pointer;
}
#btn4 {
 background:url("../images/prve6.jpg") no-repeat scroll center bottom;
	width: 59px;
	margin-left: 103px;
	margin-top: 15px;
	height: 56px;
	cursor:pointer;
}

.development {
	width: 988px;
	margin: 0 auto;
	padding: 50px 0;
}



.honor_box {
	background: url(../images/line11.jpg) repeat-x;
	height: 326px;
	padding-top: 73px;
}
/* Horizontal examples */

#horizontal .scrollbar {
	margin: 5em 0;
	height: 1px;
}
#horizontal .scrollbar .handle {
	width: 100px;
	height: 5px;
	overflow: hidden;
	top: -2px;
}
#horizontal .example1 .sly {
	height: 210px;
}
#horizontal .example1 .sly ul {
	height: 100%;
}
#horizontal .example1 .sly ul li {
	position: relative;
	float: left;
	height: 100%;
	line-height: 100%;
	margin: 0 1px;
	position: relative;
}
#horizontal .example1 .sly ul li img {
	vertical-align: bottom;
	+margin-top:110px;
	-ms-interpolation-mode:bicubic;
	transition: width 1s ease 0s;
	
}
#horizontal .example1 .sly ul li .m {
	height: 100%;
}
#horizontal .example1 .sly ul li .m {
	display: table-cell;
	width: 1em;
	height: 1em;
	height: 210px;
	font-size: 118px;
	text-align: center;
	vertical-align: bottom;
	+width:auto;
}
#horizontal .example1 .sly ul li:hover img {
	width: 286px;
	+margin-top:10px;
	
}
#horizontal .example1 .sly ul li.active img {
}
#horizontal .example1 .sly ul li .i {
	position: absolute;
	left: 0;
	top: 175px;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	color: #FFF;
	height: 154px;
	display: block;
	background: #225e9a;
}
#horizontal .example1 .sly ul li .i a {
	color: #fff;
	font-size: 18px;
	display: block;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid;
	border-color: #ccc;
	border-color: rgba(0,0,0,0.2);
	background: rgba(255,255,255,0.3);
	margin: 1em 0;
	padding: 0;
}
.scrollbar {
	background: #4d8bb4;
	line-height: 0;
}
.scrollbar .handle {
	background: #fff;
	cursor: pointer;
	line-height: 0;
}
#horizontal .example1 .sly ul li .m {
/*	position:absolute;
	bottom:0;
	left:0;*/
}
#horizontal .example1 .sly ul li .name {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 90px;
	height: 31px;
	background: #e6e6e6;
	padding: 15px;
}
#horizontal .example1 .sly ul .select .name {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 90px;
	height: 31px;
	background: #1ca3e8;
	padding: 15px;
	color: #fff;
}
.honor_con {
	width: 988px;
	margin: 0 auto;
	color: #6e6e6e;
	line-height: 25px;
	margin-top: 50px;
	text-align: center;
}
.bimg {
display:none;
position:absolute;
z-index:1000;
}


.center {
    margin: 0 auto;
    width: 988px;
}
.honor_con {
	width: 988px;
	margin: 0 auto;
	color: #6e6e6e;
	line-height: 25px;
	margin-top: 50px;
	text-align: center;
}




.banner .bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
 *zoom: 1;
}
.banner .bx-wrapper img {
	max-width: 100%;
	display: block;
}
/** THEME
===================================*/

.banner .bx-wrapper .bx-viewport {
}
.banner .bx-wrapper .bx-pager, .banner .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 14px;
	width: 100%;
	z-index:1000;
}
/* LOADER */

.banner .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */

.banner .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.banner .bx-wrapper .bx-pager .bx-pager-item, .banner .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a {
	background:url(../images/dian.png) no-repeat center;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a:hover, .banner .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:url(../images/dians.png) no-repeat center;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.banner .bx-wrapper .bx-prev {
	left: 0px;
	background: url(../images/prve.jpg) no-repeat left center;
}
.banner .bx-wrapper .bx-next {
	right: 0px;
	background: url(../images/prve.jpg) no-repeat right center;
}
.banner .bx-controls-direction {
	display: block;
}
.banner .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -37px;
	outline: 0;
	width: 76px;
	height: 75px;
	text-indent: -9999px;
	z-index: 9999;
}
.banner .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */

.banner .bx-wrapper .bx-controls-auto {
	text-align: center;
}
.banner .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.banner .bx-wrapper .bx-controls-auto .bx-start:hover, .banner .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.banner .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.banner .bx-wrapper .bx-controls-auto .bx-stop:hover, .banner .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */

.banner .bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.banner .bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}